home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_7491.txt < prev    next >
Text File  |  1990-02-11  |  2KB  |  73 lines

  1. -- card: 7491 from stack: in
  2. -- bmap block id: 7709
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=6 top=51 right=342 bottom=502
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=2 top=22 right=51 bottom=38
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 29114 / 29114
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Return
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   pop card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 5 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=474 top=307 right=336 bottom=510
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 26425 / 26425
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Next
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll left
  57.   go to next card
  58. end mouseUp
  59.  
  60.  
  61. -- part contents for card part 1
  62. ----- text -----
  63. You can use either the locked or unlocked version of HyperArchy to build your own database.
  64.  
  65. Think of the levels of the hierarchy that you want to use, and name them.  In the section of this manual entitled "About Hierarchical Database" the example database, for invoice storage and generation, used levels that were named 
  66. "Clients", "Jobs", and "Expenses".  Each level will have a stack by that name.  You start your database by setting up those stacks.  Here's how...
  67.  
  68.  
  69. Step 1:
  70.  
  71. Use Finder to create one copy of the HyperArchy stack for each level in your database hierarchy.  Give each stack a name, according to the levels in your database (Clients, Jobs, Expenses, etc.)
  72.  
  73.